---
title: "field card · RUAL Documentation"
description: "Premade card with a header, body, and a footer. The fields selected will be shown in the body and can be overwritten by specifying fields in the row ren…"
canonical: https://docs.rual.nl/block-types/Component UI/component_card_basic_fields
language: en
---

# field card

This block is part of the [`Component UI`](https://docs.rual.nl/block-types/Component%20UI) group and was last modified in core [`v11.5.5`](https://docs.rual.nl/core-versions/110505).

Premade card with a header, body, and a footer. The fields selected will be shown in the body and can be overwritten by specifying fields in the row render. Adding an edit function will render an edit button on the card to execute a given function.

- header required `uicomponent`

- footer required `uicomponent`

- Fields required `fielddefinitions` The fields to be shown in the body

- Document required `object` The data to be used

- Row Render `fieldfunctions` Fields specified here will let you overwrite the default display

- Edit button `inpinfunction` The function given will be executed upon pressing the button. If no function is given, no button will be displayed

- label col.: class `v11.5.5` `uiclass` Class to overwrite the current label column class.

- value col.: class `v11.5.5` `uiclass` Class to overwrite the current value column class.

- uicomponent `uicomponent`

| `panel` |
| --- |

A typical wiring for [field card](https://docs.rual.nl/block-types/Component%20UI/component_card_basic_fields): [combine](https://docs.rual.nl/block-types/fields/fielddefinitions_multiple) feeds the `co-fields` pin; [new object](https://docs.rual.nl/block-types/object/object_new_fields) feeds the `co-object` pin; the `uicomponent` out pin feeds [build PDF](https://docs.rual.nl/block-types/files/file_generate_pdf).

![Studio canvas example for the field card block: typical wiring for field card.](https://docs.rual.nl/canvas-examples/component_card_basic_fields.png)

### Version history

Introduced in [`v11.5.5`](https://docs.rual.nl/core-versions/110505).
